The following tables list the members exposed by LListNode.LList<T>.
Name | Description | |
---|---|---|
LListNode.LList<T> Constructor |
Name | Description | |
---|---|---|
Count | Returns the number of items in the list (Inherited from CSharpTest.Net.Collections.LListNode.LList<LListNode<T>>) | |
First | Returns the first node in the list (Inherited from CSharpTest.Net.Collections.LListNode.LList<LListNode<T>>) | |
IsEmpty | Returns true if the list is empty (Inherited from CSharpTest.Net.Collections.LListNode.LList<LListNode<T>>) | |
Last | Returns the last node in the list (Inherited from CSharpTest.Net.Collections.LListNode.LList<LListNode<T>>) |
Name | Description | |
---|---|---|
AddFirst | Overloaded. Adds the node to the front of the list | |
AddLast | Overloaded. Adds the node to the end of the list | |
Clear | Remvoes all the nodes from the list (Inherited from CSharpTest.Net.Collections.LListNode.LList<LListNode<T>>) | |
GetEnumerator | Returns an enumerator that iterates through the collection. (Inherited from CSharpTest.Net.Collections.LListNode.LList<LListNode<T>>) | |
Remove | Remvoes the node from the list (Inherited from CSharpTest.Net.Collections.LListNode.LList<LListNode<T>>) |